Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Represents an update command for a user.
The total budget currently available to the user.
The number of campaigns owned by the user.
x >= 0The number of creatives owned by the user.
x >= 0The total credit currently available to the user.
The ID of the user.
The name of the user.
4 - 32The permissions information of the user.
{}{
"admin": [],
"advertiser": ["permission"],
"analytic": ["campaign"],
"audience": [],
"audience_attribute": ["r"],
"audience_segment": ["r", "w"],
"campaign": ["r", "w"],
"creative": ["r", "w"],
"placement": ["r"],
"retailer": []
}{
"admin": ["list_advertisers", "budget"],
"advertiser": [],
"analytic": ["placement"],
"audience": ["r"],
"audience_attribute": ["r", "w"],
"audience_segment": ["r", "w"],
"campaign": ["r"],
"creative": ["r", "w"],
"placement": ["r", "w"],
"retailer": ["approval", "permission"]
}The number of placements owned by the user.
x >= 0Represents a user preferences.
The email of the user.
Is the user active.
Is the user admin.
Is the user email is verified.
The password of the user.
Response
Successful Response
Represents a read command for a user.
The total budget currently available to the user.
The number of campaigns owned by the user.
x >= 0The number of creatives owned by the user.
x >= 0The total credit currently available to the user.
The email of the user.
The id of the user.
Is the user active.
Is the user admin.
Is the user email is verified.
The permissions information of the user.
{}{
"admin": [],
"advertiser": ["permission"],
"analytic": ["campaign"],
"audience": [],
"audience_attribute": ["r"],
"audience_segment": ["r", "w"],
"campaign": ["r", "w"],
"creative": ["r", "w"],
"placement": ["r"],
"retailer": []
}{
"admin": ["list_advertisers", "budget"],
"advertiser": [],
"analytic": ["placement"],
"audience": ["r"],
"audience_attribute": ["r", "w"],
"audience_segment": ["r", "w"],
"campaign": ["r"],
"creative": ["r", "w"],
"placement": ["r", "w"],
"retailer": ["approval", "permission"]
}The number of placements owned by the user.
x >= 0Represents a user preferences.
User role enum.
advertiser, retailer, admin The name of the user.
